home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / AmiExpress3_d1.adf / HELP / MODEM.DEF.HLP < prev    next >
Text File  |  1992-11-05  |  1KB  |  67 lines

  1. The Following is a list of ToolTypes for this ICON:
  2.  
  3.  
  4. NOTICE: ALL TOOLTYPES ARE CASE SENSITIVE
  5.  
  6. ABOUT: This ICON may be any name you wish it to be. You should find some
  7.        pre-defined MODEM.DEFS in the STORAGE/MODEM directory.
  8.  
  9.        This defines the commands your particular modem requires to perform
  10.        various functions.
  11.  
  12.        This ICON must be in the NODE/MODEM directory for any node which is
  13.        tied to a modem.
  14.  
  15.  
  16. MODEM.INIT=
  17. MODEM.RESET=
  18. MODEM.RING=
  19. MODEM.ANSWER=
  20. MODEM.OFFHOOK=
  21.  
  22.  
  23. MODEM.INIT=<string>
  24.  
  25.          -Version 3.0
  26.          -OPTIONAL
  27.          -tells express how to initialize your modem.
  28.  
  29.      MODEM.INIT=ATE0X7&A3
  30.  
  31.  
  32. MODEM.RESET=<string>
  33.  
  34.          -Version 3.0
  35.          -OPTIONAL
  36.          -tells express how to reset the modem for receiving another call.
  37.  
  38.      MODEM.RESET=ATH0
  39.  
  40.  
  41. MODEM.RING=<string>
  42.  
  43.          -Version 3.0
  44.          -OPTIONAL
  45.          -tells express how to notice an incoming call from the modem.
  46.  
  47.      MODEM.RING=RING
  48.  
  49.  
  50. MODEM.ANSWER=<string>
  51.  
  52.          -Version 3.0
  53.          -OPTIONAL
  54.          -tells express how to respond to an incoming call from a modem.
  55.  
  56.      MODEM.ANSWER=ATA
  57.  
  58.  
  59. MODEM.OFFHOOK=<string>
  60.  
  61.          -Version 3.0
  62.          -OPTIONAL
  63.          -tells express how to take you modem off hook.
  64.  
  65.      MODEM.OFFHOOK=ATM0H1
  66.  
  67.